Einhugur Word Plugin for Xojo

Paragraph.ParagraphItems Method

Returns ParagraphItemIterator for the items in the paragraph. This function is for using with for each statements.

ParagraphItems() as EinhugurWord.ParagraphItemIterator

Parameters

Returns

EinhugurWord.ParagraphItemIterator

Remarks

Usage:


for each it as ParagraphItem in para.ParagraphItems
    // Your code here
next



ParagraphItems can contain Run or Hyperlink.


Iterators are not supported on Xojo 2019r1. You need newer Xojo to use Iterators.

See Also

Paragraph Class